win32: Fix compiler warnings
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Sep 2020 12:28:42 +0000 (08:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Sep 2020 12:29:29 +0000 (08:29 -0400)
commite0b1c3e8b01f9f48f9988906540a7f03e3d6b1ea
tree08412fbfb2d831e7f5675aa9861ec4f7b66bd5a2
parentcfd1520a9f41804834f94dc8a486473145a7b3f6
win32: Fix compiler warnings

The compiler informs me that GetLastError() return a DWORD,
so use %lx to print it.
gtk/gtksecurememory.c